Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add organization_id condition for list api key #1373

Merged
merged 11 commits into from
Dec 13, 2024
Merged

Conversation

Ubisoft-potato
Copy link
Collaborator

No description provided.

@Ubisoft-potato Ubisoft-potato marked this pull request as ready for review December 10, 2024 09:59
@@ -256,6 +259,7 @@ message ListAPIKeysRequest {
google.protobuf.BoolValue disabled = 7;
string environment_id = 8 [deprecated = true];
repeated string environment_ids = 9;
string organization_id = 10 [(google.api.field_behavior) = REQUIRED];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We must support both consoles.
While making the organization_id required, the current console won't work because it sends the environment_id.
So, we would need to add the organization_id when making requests from the current console with the environment_id.

Copy link
Member

@cre8ivejp cre8ivejp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🎉

@cre8ivejp cre8ivejp merged commit e803651 into main Dec 13, 2024
26 checks passed
@cre8ivejp cre8ivejp deleted the feat-list-api-key branch December 13, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants